refactor!: remove export_metrics feature and related configuration/docs#6925
refactor!: remove export_metrics feature and related configuration/docs#6925kumarUjjawal wants to merge 5 commits into
Conversation
|
Hi @kumarUjjawal There are some conflicts |
I will resolve those soon. |
dfeb3d8 to
9b03a5c
Compare
|
@WenyXu can you approve the workflow? |
Hi @kumarUjjawal, some CI checks have failed. Please follow the CI output for details. For |
Definitely, I will fix those. |
|
@WenyXu There are mentions of |
Yes |
|
Hi, please fix the CI checks and sign your commits. |
|
Hi, I found three variants of SNAFU error that are defined but never used anywhere, that's why one of the checks was failing, what is your preferences for that, should I remove those? |
|
The thee failing tests doesn't seem to come from my changes, Can you check? |
Sure, it's fine to remove them.
They are related to your changes. You should update the sqlness result because you have removed a table from the database. |
Oh! Thanks for the docs. |
Signed-off-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Signed-off-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Signed-off-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Signed-off-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
b7e4aa4 to
7a8531c
Compare
|
Hi, the unit test failed. You also have to update this test: greptimedb/tests-integration/tests/http.rs Lines 1480 to 1482 in db42ad4 |
Will removing these line fix the issue or do I need to make other changes as well? |
You can run |
|
Update: I have been busy with work that's why I was unable to make any progress I will probably resolve this by the next weekend. |
|
duplicated: #7236 |
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
This PR is related to the issue #6907
What's changed and what's your intention?
As discussed in the issue #6907 the proposal was to Eliminate the
export_metricsfunctionality and related documentation (including the standalone page) and remove theinformation_schema.runtime_metricstable. I have hunt down all the refrences and removed as per my knowledge.PR Checklist
Please convert it to a draft if some of the following conditions are not met.